@font-face {
  font-family: "ZH";
  src: url("./FZLTZHJW.TTF");
}

.window_mask{
  position: fixed;
  z-index: 99;
  background: rgba(0,0,0,0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box{
  width: 578px;
  height: 625px;
  margin: 8px auto;
  background: url(../images/bg.png) no-repeat center;
  position: relative;
  overflow: hidden;
}
.window_close{
  position: absolute;
  right: 30px;
  top: 60px;
  cursor: pointer;
  background: url(../images/close.png) no-repeat center;
}

.window_close:hover,
.window_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.box h4{
font-size: 34px;
font-weight: 300;
color: #FFFFFF;
line-height: 69px;
text-align: center;
background: linear-gradient(-90deg, rgba(207, 167, 97, 0.82) 0%, rgba(198, 154, 81, 0.82) 19.43359375%, rgba(254, 229, 175, 0.82) 49.609375%, rgba(199, 155, 80, 0.82) 81.3232421875%, rgba(211, 171, 101, 0.82) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin-top: 180px;
}
.box h3{
font-size: 95px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
line-height: 172px;

background: linear-gradient(-90deg, rgba(207, 167, 97, 0.82) 0%, rgba(198, 154, 81, 0.82) 19.43359375%, rgba(254, 229, 175, 0.82) 49.609375%, rgba(199, 155, 80, 0.82) 81.3232421875%, rgba(211, 171, 101, 0.82) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.box p{
  text-align: center;
font-size: 32px;
font-weight: 400;
color: #E6C080;
line-height: 64px;
}
.btn{
  display: table;
  margin: 0 auto;
  margin-top: 20px;
}
.btn li{
  float: left;
height: 39px;
background: linear-gradient(-90deg, #FEE2CC 0%, #E9C697 99%);
border-radius: 16px;
box-sizing: border-box;
padding: 0 20px;
font-size: 28px;
font-weight: 500;
text-align: center;
color: #000000;
line-height: 42px;
margin: 0 15px;
}

.m {
  display: none !important;
}

@media only all and (max-width:1080px) {
 
  
}

@media only all and (max-width:750px) {


}